@charset "utf-8";

/* 藏文字体 */
@font-face {
  font-family: 'Sarchung';
  src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.eot');
  src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.woff') format('woff'), /* Modern Browsers */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.ttf')  format('truetype'), /* Safari, Android, iOS */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.svg#baiti') format('svg'); /* Legacy iOS */
   }

@font-face {
    font-family: 'Sarchen';
    src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.eot');
    src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.woff') format('woff'), /* Modern Browsers */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.ttf')  format('truetype'), /* Safari, Android, iOS */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.svg#heiti') format('svg'); /* Legacy iOS */
   }
/** CSS Reset **/
* {
    padding: 0;
    margin: auto;
}
body {
    font-family: "\u73e0\u7a46\u6717\u739b\u2014\u4e4c\u91d1\u8428\u94a6\u4f53","Qomolangma UchenSarchung","珠穆朗玛—乌金萨琼体",Sarchung;
    line-height: 1.85;
    background-color: #efefef;
}

/*

font-family: "\u73e0\u7a46\u6717\u739b\u2014\u4e4c\u91d1\u8428\u743c\u4f53","Qomolangma UchenSarchen","珠穆朗玛—乌金萨钦体",Sarchen;

*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dt {
    margin-top: 0;
    line-height: 1.85;
    margin-bottom: 0px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
    color: #d80707;
    /** opacity:.8; **/
    /** transition: .2s ease opacity; **/
}

/*a:hover { color: #ff9724 !important; background-color: transparent; -webkit-text-decoration-skip: objects; }*/
a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

img {
    border: none
}

ol,
ul,
li {
    list-style: none
}

i,
em {
    font-style: normal
}

pre {
    border: 0;
}

dt {
    font-weight: normal;
}

p {
    margin-bottom: 0
}

a {
    cursor: pointer;
    outline: none;
    color: #555;
    text-decoration: none;
}

select {
    border: 1px solid #A9A9A9;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: middle;
    border-style: none;
}

video {
    max-width: 980px;
    width: 100%;
}

input {
    outline: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
    color22: #337ab7 !important;
}

.clear {
    width: 0px;
    height: 0px;
    font: 0px/0px Arial;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.blank {
    DISPLAY: block;
    HEIGHT: 1px;
    VISIBILITY: visible;
    CLEAR: both;
    OVERFLOW: hidden
}

.h-10 {
    display: block;
    clear: both;
    height: 10px;
    line-height: 10px;
}

.h-15 {
    display: block;
    clear: both;
    height: 15px;
    line-height: 15px;
}

.h-20 {
    display: block;
    clear: both;
    height: 20px;
    line-height: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.tl{
    text-align: left;
}
.tr{
    text-align: right;
}

.row-anew {
    margin-right: -10px;
    margin-left: -10px;
}

.col-anew {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1200px){
.container {
    width: 1260px;
}
}
@media (max-width:768px) {
/*.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}*/
.row-anew {
    margin-right: -5px;
    margin-left: -5px;
}
.col-anew {
    padding-left: 5px;
    padding-right: 5px;
}

}
.container-bg{ background-color: #fff; }

/* top-nav */
.top-nav{
    height: 44px;
    background: #fafafa url(/khatse/skin/images/top-nav2-top-bg.png) repeat-x top left; 
    border-bottom: 1px #eee solid;
}
.top-nav-list{
    display: flex;
    line-height: 44px;
    font-size: 14px;
    color: #222;
}
.top-nav-list a{
    color: #222;
}
.top-nav-list  .r-link a{
    color: #de2910ff;
}

@media (min-width: 768px) and (max-width: 1200px){
.top-nav-list{
    font-size: 12px;
}
}

/* logo-box */
.logo-box{
    height: 150px;
    padding: 20px 0;
}
.site-name{
    padding-top: 40px;
    font-size: 28px;
    font-family: "\u73e0\u7a46\u6717\u739b\u2014\u4e4c\u91d1\u8428\u743c\u4f53","Qomolangma UchenSarchen","珠穆朗玛—乌金萨钦体",Sarchen;
    color: #de2910ff;
}


/* nav */
.head-banner>img, .head-banner a>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.navbar-default {   
    /*padding: .5em 0;*/
    background: #0099cc;
    box-shadow: 0px 3px 3px #d1d1d1;
    font-family: "\u73e0\u7a46\u6717\u739b\u2014\u4e4c\u91d1\u8428\u743c\u4f53","Qomolangma UchenSarchen","珠穆朗玛—乌金萨钦体",Sarchen;
    background: linear-gradient(180deg,#106ebe 0%,#004d8e 146.97%);
}
@media (max-width: 767px)  { 
.navbar-default {
    padding: 5px 0;
}
}

.navbar-default .navbar-brand,.navbar-default a:hover.navbar-brand{
    color: #fff;
    font-size: 14px;
padding: 15px 0px 0px 10px;
}
.navbar-default .navbar-nav>li {    
    padding: 0px 7px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;  
   font-size:18px;
    /*padding-top: 10px; 
    padding-bottom: 10px; */
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a.active,.navbar-default .navbar-nav>li>.active,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
     color: #fff;
     color: #fff!important;
    background: #deb887;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-toggle {
    border-color:  #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0099cc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:  #fff;
}
.navbar {
    margin-bottom: 10px;
}
a:hover {
    text-decoration: none;
}

.navbar-toggle{
    margin-right: 0px;
}
.navbar-default img {  
    height: 50px;
    display: inline-block;
    float: left;
}
@media (max-width:768px) {
.navbar-default .navbar-nav>li {    
    padding: 0px 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.navbar-header {
    padding-top: 15px;
     float: none; 
    display: flex;
    justify-content: center;
}
}

/* -- 检索 -- */
.search{top: 45%;}

.btn-warning {
    color: #fff;
    background-color: #0067b8;
    border-color: #0067b8;
}

.btn-warning:hover {
    color: #fff;
    background-color: #0078D4;
    border-color: #0078D4
}

/* 路径导航格式化 */
.breadcrumb {
  padding: 10px 15px;
  margin:15px 0px;
  color: #333;
} 
.breadcrumb a{
    color: #333;
}
.breadcrumb a:hover{
    color: #777;
}


/* 底部 */
.footer{
    background-color: #158EC0;
    height: auto;
    padding: 30px 0;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg,#106ebe 0%,#004d8e 146.97%);
}

.footer a{
    color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    .footer{
        font-size: 12px;
        line-height: 30px;
        padding: 15px 0;
    }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-01-03 13:50:55" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->